home *** CD-ROM | disk | FTP | other *** search
- property psp_mysprite
- global gs_whatclicked
-
- on beginSprite me
- psp_mysprite = sprite(me.spriteNum)
- if voidp(gs_whatclicked) then
- gs_whatclicked = #match1
- end if
- psp_mysprite.member = string(gs_whatclicked)
- end
-
- on getPropertyDescriptionList me
- return [#myproperty: [#comment: "comment:", #format: #float, #range: [#min: 0, #max: 180], #default: 10]]
- end
-